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
|
let
|
||||||
inherit (secrets.ssh.users.pvv) normalUser adminUser;
|
adminUser = "root";
|
||||||
|
normalUser = "oysteikt";
|
||||||
|
|
||||||
# http://www.pvv.ntnu.no/pvv/Maskiner
|
# http://www.pvv.ntnu.no/pvv/Maskiner
|
||||||
normalMachines = [
|
normalMachines = [
|
||||||
|
|
|
@ -28,8 +28,6 @@ in {
|
||||||
../modules/machineVars.nix
|
../modules/machineVars.nix
|
||||||
./modules/colors.nix
|
./modules/colors.nix
|
||||||
./modules/shellAliases.nix
|
./modules/shellAliases.nix
|
||||||
|
|
||||||
inputs.secrets.outputs.home-config
|
|
||||||
] ++ optionals graphics [
|
] ++ optionals graphics [
|
||||||
./config/gtk.nix
|
./config/gtk.nix
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue