Move desktop/non-headless packages
This commit is contained in:
parent
2803ef1063
commit
2f56994696
6 changed files with 28 additions and 57 deletions
|
@ -40,8 +40,6 @@
|
|||
username = "opdavies";
|
||||
|
||||
specialArgs = {
|
||||
headless = false;
|
||||
|
||||
inherit
|
||||
inputs
|
||||
outputs
|
||||
|
@ -85,7 +83,6 @@
|
|||
|
||||
nixedo = nixpkgs.lib.nixosSystem {
|
||||
specialArgs = specialArgs // {
|
||||
headless = true;
|
||||
hostname = "nixedo";
|
||||
stateVersion = "24.11";
|
||||
};
|
||||
|
@ -131,7 +128,6 @@
|
|||
inherit system;
|
||||
|
||||
specialArgs = specialArgs // {
|
||||
headless = true;
|
||||
hostname = "PW05CH3L";
|
||||
stateVersion = "22.11";
|
||||
};
|
||||
|
@ -148,10 +144,6 @@
|
|||
hetznix = nixpkgs.lib.nixosSystem {
|
||||
inherit system;
|
||||
|
||||
specialArgs = specialArgs // {
|
||||
headless = true;
|
||||
};
|
||||
|
||||
modules = [
|
||||
agenix.nixosModules.default
|
||||
disko.nixosModules.disko
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue