This commit is contained in:
암냥 2026-07-12 16:02:03 +09:00
commit 174d92b226
No known key found for this signature in database

View file

@ -1,6 +1,7 @@
{ {
config, config,
pkgs, pkgs,
lib,
inputs, inputs,
... ...
}: }:
@ -26,7 +27,7 @@
"${inputs.self}/modules/mizukios/features/remote/ssh.nix" "${inputs.self}/modules/mizukios/features/remote/ssh.nix"
]; ];
catppuccin.flavor = "mocha"; catppuccin.flavor = lib.mkForce "mocha";
networking = { networking = {
hostName = "ena"; hostName = "ena";