home: get rid of secrets
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user