forked from nico/dots
darwin: state config version
This commit is contained in:
parent
4fbfe2809a
commit
a9cc298c94
2 changed files with 6 additions and 0 deletions
|
|
@ -51,6 +51,7 @@
|
|||
./modules/darwin/nix.nix
|
||||
|
||||
./hosts/faye/conf.nix
|
||||
./hosts/darwin-common.nix
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
|
|||
5
hosts/darwin-common.nix
Normal file
5
hosts/darwin-common.nix
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
system.stateVersion = 5;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue