This commit is contained in:
암냥 2026-07-07 10:16:54 +09:00
commit d9c94fbc97
No known key found for this signature in database
4 changed files with 58 additions and 68 deletions

View file

@ -43,6 +43,10 @@ nixpkgs.lib.nixosSystem {
security.sudo.enable = false;
users.users.nixos = {
shell = pkgs.fish;
};
environment.etc.flake.source = "${inputs.self}";
})
];