Tweak to initialize.nix
This commit is contained in:
parent
f0be146512
commit
30c37b0798
@ -4,6 +4,7 @@
|
||||
rp = "niten";
|
||||
admin-email = "niten@fudo.org";
|
||||
domain = "sea.fudo.org";
|
||||
site = "mobile";
|
||||
profile = "laptop";
|
||||
arch = "x86_64-linux";
|
||||
nixos-system = true;
|
||||
|
@ -1,4 +1,5 @@
|
||||
{ hostname, pkgs, lib, build-timestamp, fudo-secrets ? null, ... }:
|
||||
{ hostname, build-timestamp, ... }:
|
||||
{ config, lib, pkgs, ... }:
|
||||
|
||||
let
|
||||
# Get info on this host so we know what to load
|
||||
@ -24,7 +25,5 @@ in {
|
||||
};
|
||||
|
||||
nixpkgs.pkgs = pkgs;
|
||||
|
||||
fudo.secrets.enable = fudo-secrets != null;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user