remove system dir

This commit is contained in:
Tristan 2023-07-20 11:35:28 +01:00
parent 74d9d7146b
commit a2e0d1cfd5
11 changed files with 74 additions and 127 deletions

View file

@ -1,7 +1,4 @@
# Do not modify this file! It was generated by nixos-generate-config
# and may be overwritten by future invocations. Please make changes
# to /etc/nixos/configuration.nix instead.
{ config, lib, pkgs, modulesPath, ... }:
{user}: { config, lib, pkgs, modulesPath, ... }:
{
imports =
@ -88,5 +85,12 @@
};
roles.laptop.enable = true;
networking.hostName = "FCS-Tristan-Nixbook";
system.stateVersion = "22.11"; # do not change
home-manager.users.${user}.imports = [{
home.stateVersion = "22.05";
}];
}