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