Skip to content

Commit 150f38b

Browse files
authored
Merge pull request nix-community#275 from nix-community/version
configuration: get rid of warnings
2 parents 8ee7847 + cb278b7 commit 150f38b

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

configuration.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99

1010
networking.firewall.allowedTCPPorts = [80];
1111

12+
system.stateVersion = lib.version;
13+
1214
users.users.root.password = "nixos";
1315
services.openssh.settings.PermitRootLogin = lib.mkDefault "yes";
1416
services.getty.autologinUser = lib.mkDefault "root";

flake.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
drvPath
3535
outPath
3636
outputName
37+
system
3738
;
3839
type = "derivation";
3940
};

0 commit comments

Comments
 (0)