update commonUsers and refactor system config

This commit is contained in:
steveej 2024-01-22 22:45:42 +00:00
parent a1f42a13a1
commit 3b7a80ef03
8 changed files with 131 additions and 104 deletions

View file

@ -6,8 +6,6 @@
, ...
}:
let
passwords = import ../../../variables/passwords.crypt.nix;
localTcpPorts = [
22
@ -30,6 +28,7 @@ in
../../snippets/nix-settings-holo-chain.nix
../../snippets/radicale.nix
../../snippets/sway-desktop.nix
../../snippets/timezone.nix
];
nix.settings = {
@ -64,6 +63,8 @@ in
}
];
networking.networkmanager.enable = true;
networking.extraHosts = ''
'';
@ -122,8 +123,6 @@ in
services.xserver.videoDrivers = lib.mkForce [ "amdgpu" ];
time.timeZone = lib.mkForce passwords.timeZone.stefan;
hardware.ledger.enable = true;
# services.zerotierone = {