flake: Added giulioX64NoSSH config
This commit is contained in:
parent
05eea814ef
commit
69903f42d7
@ -18,7 +18,7 @@
|
|||||||
wrapPkgsSystem = { system }:
|
wrapPkgsSystem = { system }:
|
||||||
import nixpkgs rec {
|
import nixpkgs rec {
|
||||||
inherit system;
|
inherit system;
|
||||||
|
|
||||||
unstablePkgs = wrapUnstablePkgsSystem { inherit system; };
|
unstablePkgs = wrapUnstablePkgsSystem { inherit system; };
|
||||||
config.allowUnfree = true;
|
config.allowUnfree = true;
|
||||||
overlays = [
|
overlays = [
|
||||||
@ -29,7 +29,7 @@
|
|||||||
wrapUnstablePkgsSystem = { system }:
|
wrapUnstablePkgsSystem = { system }:
|
||||||
import nixos-unstable {
|
import nixos-unstable {
|
||||||
inherit system;
|
inherit system;
|
||||||
|
|
||||||
config.allowUnfree = true;
|
config.allowUnfree = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -91,6 +91,7 @@
|
|||||||
name = "giulio";
|
name = "giulio";
|
||||||
roles = [ "ssh" ];
|
roles = [ "ssh" ];
|
||||||
};
|
};
|
||||||
|
giulioX64NoSSH = utilsLinuxX64.user.mkHMUser { name = "giulio"; };
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user