diff options
author | Soispha <soispha@vhack.eu> | 2023-04-21 09:19:38 +0200 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2023-05-09 19:31:17 +0200 |
commit | 63410dbb2a6bcd29cdb264fd3ecbcfeb9d981ff1 (patch) | |
tree | af1f3c110b4a0267d040ec25e550e1147c9b846e /hosts/apzu/configuration.nix | |
parent | Build(update): Check for duplicates in flake.lock (diff) | |
download | nixos-config-63410dbb2a6bcd29cdb264fd3ecbcfeb9d981ff1.zip |
Feat(host/apzu): Add
Diffstat (limited to 'hosts/apzu/configuration.nix')
-rw-r--r-- | hosts/apzu/configuration.nix | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/hosts/apzu/configuration.nix b/hosts/apzu/configuration.nix index 0e71a7ba..2a21ffb9 100644 --- a/hosts/apzu/configuration.nix +++ b/hosts/apzu/configuration.nix @@ -13,5 +13,15 @@ ../../system ]; + soispha = { + fs.backup = { + enable = true; + backupDiskUuid = "d1c6e0f6-1837-40fd-bb29-251d5ea0ddb0"; + }; + users = { + hashedPassword = "$y$jFT$qi3wS9njrMl2y55b3NOBI0$j40Qt6AAkMSfZ82KPhqMaUaPztWtPps1wOqaXaF/L.6"; # TODO change this to a unique one + }; + }; + system.stateVersion = "23.05"; } |