mirror of
https://github.com/Theaninova/TheaninovOS.git
synced 2025-12-12 11:36:20 +00:00
refactor: change system config
This commit is contained in:
@@ -28,12 +28,10 @@
|
|||||||
loader = {
|
loader = {
|
||||||
systemd-boot = {
|
systemd-boot = {
|
||||||
enable = true;
|
enable = true;
|
||||||
editor = false;
|
|
||||||
configurationLimit = 10;
|
configurationLimit = 10;
|
||||||
};
|
};
|
||||||
efi.canTouchEfiVariables = true;
|
efi.canTouchEfiVariables = true;
|
||||||
};
|
};
|
||||||
supportedFilesystems = [ "ntfs" ];
|
|
||||||
};
|
};
|
||||||
|
|
||||||
xdg.forced-compliance.enable = true;
|
xdg.forced-compliance.enable = true;
|
||||||
@@ -141,30 +139,6 @@
|
|||||||
enable = true;
|
enable = true;
|
||||||
plugins = with pkgs; [ networkmanager-openconnect ];
|
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";
|
system.stateVersion = "24.05";
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ in
|
|||||||
boot = {
|
boot = {
|
||||||
loader.timeout = 0;
|
loader.timeout = 0;
|
||||||
|
|
||||||
plymouth.enable = true;
|
# plymouth.enable = true;
|
||||||
|
|
||||||
kernelParams = [
|
kernelParams = [
|
||||||
"quiet"
|
"quiet"
|
||||||
|
|||||||
Reference in New Issue
Block a user