summaryrefslogtreecommitdiff
path: root/hosts/vidhar/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/vidhar/default.nix')
-rw-r--r--hosts/vidhar/default.nix8
1 files changed, 1 insertions, 7 deletions
diff --git a/hosts/vidhar/default.nix b/hosts/vidhar/default.nix
index fc77f03c..2f86c368 100644
--- a/hosts/vidhar/default.nix
+++ b/hosts/vidhar/default.nix
@@ -5,6 +5,7 @@ with lib;
5{ 5{
6 imports = with flake.nixosModules.systemProfiles; [ 6 imports = with flake.nixosModules.systemProfiles; [
7 ./zfs.nix ./network ./samba.nix ./dns ./prometheus ./borg 7 ./zfs.nix ./network ./samba.nix ./dns ./prometheus ./borg
8 tmpfs-root
8 initrd-all-crypto-modules default-locale openssh rebuild-machines 9 initrd-all-crypto-modules default-locale openssh rebuild-machines
9 build-server 10 build-server
10 initrd-ssh 11 initrd-ssh
@@ -55,13 +56,6 @@ with lib;
55 }; 56 };
56 }; 57 };
57 58
58 fileSystems = {
59 "/" = {
60 fsType = "tmpfs";
61 options = [ "mode=0755" ];
62 };
63 };
64
65 services.timesyncd.enable = false; 59 services.timesyncd.enable = false;
66 services.chrony = { 60 services.chrony = {
67 enable = true; 61 enable = true;