home: get rid of secrets

main
Oystein Kristoffer Tveit 2023-12-18 14:52:34 +01:00
parent 82bcb7d46d
commit 067f663ac6
Signed by: oysteikt
GPG Key ID: 9F2F7D8250F35146
2 changed files with 3 additions and 4 deletions

View File

@ -1,6 +1,7 @@
{ pkgs, lib, extendedLib, secrets, ... }:
{ pkgs, lib, extendedLib, ... }:
let
inherit (secrets.ssh.users.pvv) normalUser adminUser;
adminUser = "root";
normalUser = "oysteikt";
# http://www.pvv.ntnu.no/pvv/Maskiner
normalMachines = [

View File

@ -28,8 +28,6 @@ in {
../modules/machineVars.nix
./modules/colors.nix
./modules/shellAliases.nix
inputs.secrets.outputs.home-config
] ++ optionals graphics [
./config/gtk.nix