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"; networking.hostName = "nixos-cpu";
imports = [ imports = [
/mnt/nixos-conf/base.nix ../base.nix
/mnt/nixos-conf/development.nix ../development.nix
/mnt/nixos-conf/vili.nix ../vili.nix
]; ];
# HARDWARE SPECIFIC # HARDWARE SPECIFIC

View file

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