flake: Added giulioX64NoSSH config

This commit is contained in:
Giulio De Pasquale 2023-02-15 12:38:50 -08:00
parent 05eea814ef
commit 69903f42d7

View File

@ -18,7 +18,7 @@
wrapPkgsSystem = { system }:
import nixpkgs rec {
inherit system;
unstablePkgs = wrapUnstablePkgsSystem { inherit system; };
config.allowUnfree = true;
overlays = [
@ -29,7 +29,7 @@
wrapUnstablePkgsSystem = { system }:
import nixos-unstable {
inherit system;
config.allowUnfree = true;
};
@ -91,6 +91,7 @@
name = "giulio";
roles = [ "ssh" ];
};
giulioX64NoSSH = utilsLinuxX64.user.mkHMUser { name = "giulio"; };
};
};
}