home: get rid of secrets
This commit is contained in:
parent
82bcb7d46d
commit
067f663ac6
|
@ -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 = [
|
||||
|
|
|
@ -28,8 +28,6 @@ in {
|
|||
../modules/machineVars.nix
|
||||
./modules/colors.nix
|
||||
./modules/shellAliases.nix
|
||||
|
||||
inputs.secrets.outputs.home-config
|
||||
] ++ optionals graphics [
|
||||
./config/gtk.nix
|
||||
|
||||
|
|
Loading…
Reference in New Issue