Changes
This commit is contained in:
parent
4bdaf9a8a0
commit
dfad0e4206
6 changed files with 14 additions and 3 deletions
10
flake.nix
10
flake.nix
|
@ -76,7 +76,15 @@
|
|||
inherit inputs outputs;
|
||||
myhostname = "jobb";
|
||||
};
|
||||
modules = [ ./maskiner/jobb/configuration.nix ];
|
||||
modules = [
|
||||
(
|
||||
{ nixpkgs, ... }:
|
||||
{
|
||||
nixpkgs.overlays = [ overlay-unstable ];
|
||||
}
|
||||
)
|
||||
./maskiner/jobb/configuration.nix
|
||||
];
|
||||
};
|
||||
work-desktop = nixpkgs.lib.nixosSystem {
|
||||
specialArgs = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue