Merge branch 'main' of https://forge.room409.xyz/miloignis/nix_config
This commit is contained in:
10
flake.nix
10
flake.nix
@@ -444,6 +444,15 @@
|
||||
networking.interfaces.eno1.useDHCP = true;
|
||||
networking.interfaces.wlp1s0.useDHCP = true;
|
||||
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";
|
||||
};
|
||||
}))
|
||||
];
|
||||
};
|
||||
@@ -507,6 +516,7 @@
|
||||
services.glusterfs.enable = true;
|
||||
networking.hostName = "condoserver"; # Define your hostname.
|
||||
|
||||
|
||||
system.stateVersion = "22.11"; # Did you read the comment?
|
||||
}))
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user