diff options
Diffstat (limited to 'core.nix')
-rw-r--r-- | core.nix | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -44,12 +44,6 @@ # Enable the OpenSSH daemon. # services.openssh.enable = true; - # This value determines the NixOS release with which your system is to be - # compatible, in order to avoid breaking some software such as database - # servers. You should change this only after NixOS release notes say you - # should. - system.stateVersion = "21.05"; # Did you read the comment? - # List packages installed in system profile. To search, run: # $ nix search wget nixpkgs.config.allowUnfree = true; |