about summary refs log tree commit diff
path: root/hosts/default.nix
diff options
context:
space:
mode:
authorBaitinq <[email protected]>2022-09-09 01:13:51 +0200
committerBaitinq <[email protected]>2022-09-09 01:13:51 +0200
commit7b30c43ed8d2c960910519de946cd6e6da9e847d (patch)
tree3874e64dff0fc6b6ffb993b59e8aab2a139478e5 /hosts/default.nix
parentPhobos: Add element-desktop program (diff)
downloadnixos-config-7b30c43ed8d2c960910519de946cd6e6da9e847d.tar.gz
nixos-config-7b30c43ed8d2c960910519de946cd6e6da9e847d.tar.bz2
nixos-config-7b30c43ed8d2c960910519de946cd6e6da9e847d.zip
ISO: Set user as nixos
We now declare the user in the flake.nix, overriding this in the
isoConfigurations output
Diffstat (limited to 'hosts/default.nix')
-rw-r--r--hosts/default.nix4
1 files changed, 1 insertions, 3 deletions
diff --git a/hosts/default.nix b/hosts/default.nix
index deaad5a..924187e 100644
--- a/hosts/default.nix
+++ b/hosts/default.nix
@@ -1,7 +1,5 @@
-{ lib, inputs, extraModules, isNixOS, isIso, nixpkgs, home-manager, ... }:
+{ lib, inputs, extraModules, isNixOS, isIso, user, nixpkgs, home-manager, ... }:
 let
-  user = "baitinq";
-
   secrets = import ../secrets;
 
   hosts = [