Merge branch 'main' of ssh://gitea.xeovalyte.dev:2222/xeovalyte/nix

Merge
This commit is contained in:
xeovalyte 2025-01-03 11:09:13 +01:00
commit 86b463f067
Signed by: xeovalyte
SSH Key Fingerprint: SHA256:GWI1hq+MNKR2UOcvk7n9tekASXT8vyazK7vDF9Xyciw
3 changed files with 6 additions and 5 deletions

View File

@ -59,7 +59,7 @@
configurationLimit = 32;
};
networking.hostName = "xv-laptop"; # Define your hostname.
networking.hostName = "xv-surface"; # Define your hostname.
users.users.xeovalyte = {
isNormalUser = true;

View File

@ -14,18 +14,18 @@
boot.extraModulePackages = [ ];
fileSystems."/" =
{ device = "/dev/disk/by-uuid/09e81450-2741-4218-a2e5-780515cd90b9";
{ device = "/dev/disk/by-uuid/4d44a7fb-9a4f-4d55-8daf-1c93f08485dd";
fsType = "ext4";
};
fileSystems."/boot" =
{ device = "/dev/disk/by-uuid/FC00-C9A3";
{ device = "/dev/disk/by-uuid/30EC-F045";
fsType = "vfat";
options = [ "fmask=0077" "dmask=0077" ];
};
swapDevices =
[ { device = "/dev/disk/by-uuid/30618725-d8ff-40c9-b218-6b1f7aaf9155"; }
[ { device = "/dev/disk/by-uuid/e803d3e2-28f0-427d-88e2-e0daf62f47fa"; }
];
# Enables DHCP on each ethernet and wireless interface. In case of scripted networking

View File

@ -47,7 +47,8 @@
services.nextcloud-sync.enable = true;
theming.fonts.enable = true;
theming.nix-colors.enable = true;
theming.nix-colors.enable = false;
theming.stylix.enable = true;
desktop-environments.hyprland.enable = false;
};