Add ornithologist filesystems
This commit is contained in:
parent
7ef7b20cb5
commit
2bcf8d9d69
1 changed files with 11 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue