upgrade to NixOS 19.09

This commit is contained in:
Trolli Schmittlauch 2019-10-10 01:05:02 +02:00
parent 899f6cfbc2
commit 89a015b86f
2 changed files with 16 additions and 20 deletions

View file

@ -16,6 +16,8 @@ in {
url = "https://github.com/NixOS/nixos-hardware";
rev = "a9033dcc5fc57b67bd30ec02a585c6054d14d67d";
} + "/lenovo/thinkpad/t440s")
# home manager integration
<home-manager/nixos>
];
# encrypted partitions
@ -145,6 +147,7 @@ in {
extraGroups = [ "vboxusers" "wheel" "networkmanager" "scanner" "lp" "wireshark" "dialout" "cdrom" ];
shell = pkgs.zsh;
};
#home-manager.users.spiollinux = import "${users.users.spiollinux.home}/nixconfigs/home/home.nix" { pkgs, ...};
# wireshark noroot gropu
users.groups.wireshark.gid = 500;