its time to merge to master... its too big now xD #76

Open
gortium wants to merge 160 commits from uconsole-cm5-incremental into master
17 changed files with 459 additions and 158 deletions
Showing only changes of commit 6399196a2c - Show all commits

View File

@@ -35,7 +35,6 @@
};
# Password file for gortium (merges with users/gortium/default.nix)
users.users.gortium.passwordFile = config.age.secrets.gortium_password.path;
# WiFi via NetworkManager + secret agenix
networking.networkmanager.enable = true;

View File

@@ -11,6 +11,7 @@
];
shell = pkgs.zsh;
openssh.authorizedKeys.keys = [
passwordFile = config.age.secrets.gortium_password.path;
keys.users.gortium.main
];
};