created second machine "mibook" for testing

This commit is contained in:
fmarkwitz
2023-07-03 11:46:07 +02:00
parent beddbee7c3
commit bd0d018748
5 changed files with 69 additions and 1 deletions
+10
View File
@@ -0,0 +1,10 @@
{ config, lib, pkgs, ... }:
#TODO: CHECK THIS OUT: https://github.com/nix-community/disko its kinda better but felix does not support it
{
fileSystems."/" =
{ device = "/dev/disk/by-uuid/5c778ca7-57fb-44be-ac8c-ae5d2486b7ad";
fsType = "ext4";
};
}