flake: Added giulioX64NoSSH config
This commit is contained in:
parent
05eea814ef
commit
69903f42d7
@ -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"; };
|
||||
};
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user