aboutsummaryrefslogtreecommitdiff
path: root/machines/phaenn/fs.nix
blob: 2568a737648e0c5adb430510ab0f60753496170e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{ config, lib, pkgs, ... }:

{
  fileSystems = {
    "/boot" = {
      device = "/dev/disk/by-uuid/7C4E-4618";
      fsType = "vfat";
      options = [ "X-mount.mkdir" ];
    };

    "/boot2" = {
      device = "/dev/disk/by-uuid/7B70-901B";
      fsType = "vfat";
      options = [ "X-mount.mkdir" ];
    };

    "/boot3" = {
      device = "/dev/disk/by-uuid/7A8E-8568";
      fsType = "vfat";
      options = [ "X-mount.mkdir" ];
    };

    "/boot4" = {
      device = "/dev/disk/by-uuid/7A04-6958";
      fsType = "vfat";
      options = [ "X-mount.mkdir" ];
    };

    "/mnt/media" = {
      device = "rpool/data/pvc-40ed5624-5c08-4968-87bb-10c1882ce510";
      fsType = "zfs";
      options = [ "zfsutil" ];
    };
  };
}
4' class='logmsg'> 2025-08-01update garage to 2.0Max Audron-6/+10 2025-07-31fix authentik-ldap port bindingsMax Audron-0/+5 2025-07-31update to nixos 25.05Max Audron-113/+65 2025-07-31add more monitoring exporters and scrapersMax Audron-17/+57 2025-07-30try to run authentik nativelyMax Audron-26/+303 2025-07-30more metricsMax Audron-1/+41 2025-07-30enable firewallsMax Audron-1/+39