First test of all machines
This commit is contained in:
parent
b963380a0a
commit
1d0209fac3
16 changed files with 268 additions and 73 deletions
|
|
@ -9,8 +9,12 @@
|
|||
imports = [
|
||||
./hardware-configuration.nix
|
||||
./modules.nix
|
||||
../../modules
|
||||
];
|
||||
|
||||
horseman.username = "horseman";
|
||||
|
||||
|
||||
networking.hostName = "luna";
|
||||
|
||||
system.stateVersion = "24.11";
|
||||
|
|
|
|||
|
|
@ -6,12 +6,13 @@
|
|||
pkgs,
|
||||
...
|
||||
}: {
|
||||
imports = [../../modules];
|
||||
imports = [
|
||||
../../modules
|
||||
../../modules/boot/loader/systemd.nix
|
||||
];
|
||||
|
||||
config.horseman = {
|
||||
username = "horseman";
|
||||
|
||||
users.horseman.enable = true;
|
||||
users.default.enable = true;
|
||||
|
||||
base = {
|
||||
nix.enable = true;
|
||||
|
|
@ -45,5 +46,9 @@
|
|||
visual.enable = true;
|
||||
terminal.enable = true;
|
||||
};
|
||||
|
||||
terminal = {
|
||||
zsh.enable = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue