Compare commits
2 Commits
41b9279bc9
...
a7029d0f46
| Author | SHA1 | Date | |
|---|---|---|---|
| a7029d0f46 | |||
| 85050715fc |
10
flake.nix
10
flake.nix
@@ -441,6 +441,15 @@
|
|||||||
networking.interfaces.eno1.useDHCP = true;
|
networking.interfaces.eno1.useDHCP = true;
|
||||||
networking.interfaces.wlp1s0.useDHCP = true;
|
networking.interfaces.wlp1s0.useDHCP = true;
|
||||||
system.stateVersion = "20.03";
|
system.stateVersion = "20.03";
|
||||||
|
users.extraUsers.marcus = {
|
||||||
|
name = "marcus";
|
||||||
|
isNormalUser = true;
|
||||||
|
group = "users";
|
||||||
|
extraGroups = [ "wheel" "disk" "audio" "video" "networkmanager" "systemd-journal" "networkmanager" "sway" "plugdev" "adbusers"];
|
||||||
|
createHome = true;
|
||||||
|
home = "/home/marcus";
|
||||||
|
shell = "/run/current-system/sw/bin/bash";
|
||||||
|
};
|
||||||
}))
|
}))
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
@@ -504,6 +513,7 @@
|
|||||||
services.glusterfs.enable = true;
|
services.glusterfs.enable = true;
|
||||||
networking.hostName = "condoserver"; # Define your hostname.
|
networking.hostName = "condoserver"; # Define your hostname.
|
||||||
|
|
||||||
|
|
||||||
system.stateVersion = "22.11"; # Did you read the comment?
|
system.stateVersion = "22.11"; # Did you read the comment?
|
||||||
}))
|
}))
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user