Skip to content

Commit fce8814

Browse files
darwin: update stateVersion
1 parent ed01c89 commit fce8814

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

machines/darwin/default.nix

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
{ pkgs, ... }@args:
22

33
{
4+
# Let nix-darwin manage nix itself.
5+
nix.enable = true;
6+
47
# Hostname.
58
networking.hostName = args.hostname;
69

@@ -80,6 +83,4 @@
8083
"whatsapp"
8184
"zoom"
8285
];
83-
84-
system.stateVersion = 5;
8586
}

0 commit comments

Comments
 (0)