diff --git a/flake.nix b/flake.nix index 1fcd0bc..eb71116 100644 --- a/flake.nix +++ b/flake.nix @@ -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"; }; }; }; }