added Quark's sound

This commit is contained in:
yaroslav
2025-06-11 01:18:04 +03:00
parent d587cfd246
commit 3ba3700163
4 changed files with 46 additions and 1 deletions
+12
View File
@@ -34,6 +34,18 @@
fsType = "btrfs";
options = [ "subvol=@nix" ];
};
fileSystems."/vol/me" = {
device = "/dev/sda1";
fsType = "ntfs";
};
fileSystems."/vol/dad" = {
device = "/dev/sda2";
fsType = "ntfs";
};
fileSystems."/vol/mom" = {
device = "/dev/sda3";
fsType = "ntfs";
};
# Enables DHCP on each ethernet and wireless interface. In case of scripted networking
# (the default) this is the recommended approach. When using systemd-networkd it's