mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-12-21 19:24:15 +00:00
hp: save networkmanager
This commit is contained in:
parent
45d5ed08a6
commit
9fd970ce5b
1 changed files with 3 additions and 0 deletions
|
@ -8,6 +8,9 @@
|
||||||
users.users.root.passwordFile = "/nix/persist/shadow_sean";
|
users.users.root.passwordFile = "/nix/persist/shadow_sean";
|
||||||
users.users.sean.passwordFile = "/nix/persist/shadow_sean";
|
users.users.sean.passwordFile = "/nix/persist/shadow_sean";
|
||||||
|
|
||||||
|
environment.etc."NetworkManager/system-connections".source =
|
||||||
|
"/nix/persist/etc/NetworkManager/system-connections";
|
||||||
|
|
||||||
environment.persistence."/nix/persist" = {
|
environment.persistence."/nix/persist" = {
|
||||||
files = [
|
files = [
|
||||||
"/etc/machine-id"
|
"/etc/machine-id"
|
||||||
|
|
Loading…
Reference in a new issue