New Flake Style XPS fix
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{ pkgs, inputs, host, ... }:
|
||||
{ pkgs, hyper, inputs, ... }:
|
||||
{
|
||||
imports = ([
|
||||
inputs.sops-nix.nixosModules.sops
|
||||
@@ -40,7 +40,7 @@
|
||||
./system-modules/users.nix
|
||||
./system-modules/virtualisation.nix
|
||||
./system-modules/ydotool.nix
|
||||
]) ++ (if (host == "NxACE") then [
|
||||
]) ++ (if (hyper.host == "NxACE") then [
|
||||
./system-modules/nx2site.nix
|
||||
./system-modules/hugo.nix
|
||||
./system-modules/postgres.nix
|
||||
|
||||
Reference in New Issue
Block a user