allow unfree
This commit is contained in:
parent
408b8945dd
commit
502cbcd613
1 changed files with 2 additions and 1 deletions
|
|
@ -35,7 +35,6 @@
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
];
|
];
|
||||||
nixpkgs.config.allowUnfree = true;
|
|
||||||
|
|
||||||
# General settings
|
# General settings
|
||||||
networking.hostName = "dnsc-machine";
|
networking.hostName = "dnsc-machine";
|
||||||
|
|
@ -76,5 +75,7 @@
|
||||||
services.openssh.enable = true;
|
services.openssh.enable = true;
|
||||||
services.udisks2.enable = true;
|
services.udisks2.enable = true;
|
||||||
|
|
||||||
|
nixpkgs.config.allowUnfree = true;
|
||||||
|
|
||||||
system.stateVersion = "25.05";
|
system.stateVersion = "25.05";
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue