fixing my ape like code

This commit is contained in:
ooks-io 2023-07-31 16:32:50 +12:00
parent 943fed2916
commit a54e7d9673
8 changed files with 117 additions and 10 deletions

View file

@ -41,10 +41,10 @@
fsType = "vfat";
};
swapDevices = [
swapDevices = [{
device = "/swap/swapfile";
size = 8196;
];
}];
# Enables DHCP on each ethernet and wireless interface. In case of scripted networking

View file

@ -16,7 +16,7 @@
./hardware-configuration.nix
../common/user/ooks
../common/global/
../common/global
../common/opt/bluetooth.nix
];