Add ornithologist filesystems

This commit is contained in:
Fern Garden 2025-07-23 16:19:30 +08:00
parent 7ef7b20cb5
commit 2bcf8d9d69

View file

@ -1,4 +1,15 @@
{pkgs, ...}: {
# Root filesystem.
fileSystems."/" =
{ device = "/dev/disk/by-uuid/11bdddf2-82b9-473d-b2ac-3b58f9f93ee7";
fsType = "ext4";
};
# Swap.
swapDevices =
[ { device = "/dev/disk/by-uuid/2fd2d201-14a2-45f8-abef-a1e57a509fe4"; }
];
# Install some packages.
environment.systemPackages = with pkgs; [
deploy-rs