Adding kanidm
This commit is contained in:
parent
630f7f6d68
commit
b25c686151
9 changed files with 95 additions and 8 deletions
|
|
@ -42,6 +42,12 @@
|
|||
options = [ "subvol=root" ];
|
||||
};
|
||||
|
||||
fileSystems."/var/data" =
|
||||
{ device = "/dev/md127";
|
||||
fsType = "btrfs";
|
||||
options = [ ];
|
||||
};
|
||||
|
||||
swapDevices = [ ];
|
||||
|
||||
# Enables DHCP on each ethernet and wireless interface. In case of scripted networking
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue