refactor: change system config

This commit is contained in:
2024-05-24 11:59:43 +02:00
parent 4a77b9acbd
commit f0d3715fb2
2 changed files with 1 additions and 27 deletions

View File

@@ -28,12 +28,10 @@
loader = {
systemd-boot = {
enable = true;
editor = false;
configurationLimit = 10;
};
efi.canTouchEfiVariables = true;
};
supportedFilesystems = [ "ntfs" ];
};
xdg.forced-compliance.enable = true;
@@ -141,30 +139,6 @@
enable = true;
plugins = with pkgs; [ networkmanager-openconnect ];
};
hosts = {
"192.168.0.219" = [ "kookaborrow" ];
"192.168.0.1" = [ "router" ];
};
};
fileSystems."/mnt/media" = {
device = "kookaborrow:/media";
fsType = "nfs";
options = [
"x-systemd-automount"
"noauto"
];
};
fileSystems."/run/media/theaninova/heart-drive" = {
device = "/dev/sdb2";
fsType = "ntfs";
};
fileSystems."/run/media/theaninova/windows" = {
device = "/dev/sda2";
fsType = "ntfs";
};
system.stateVersion = "24.05";

View File

@@ -14,7 +14,7 @@ in
boot = {
loader.timeout = 0;
plymouth.enable = true;
# plymouth.enable = true;
kernelParams = [
"quiet"