Remove dependence on NFS mount

This commit is contained in:
Vili Sinervä 2024-05-29 17:33:21 +03:00
parent 878b1cb12c
commit cf50402203
No known key found for this signature in database
GPG key ID: DF8FEAF54EFAC996
2 changed files with 5 additions and 5 deletions

View file

@ -3,9 +3,9 @@
networking.hostName = "nixos-cpu";
imports = [
/mnt/nixos-conf/base.nix
/mnt/nixos-conf/development.nix
/mnt/nixos-conf/vili.nix
../base.nix
../development.nix
../vili.nix
];
# HARDWARE SPECIFIC

View file

@ -3,8 +3,8 @@
networking.hostName = "vaultwarden";
imports = [
/mnt/nixos-conf/base.nix
/mnt/nixos-conf/vaultwarden.nix
../base.nix
../vaultwarden.nix
];
# HARDWARE SPECIFIC