diff --git a/linux/hyprland.nix b/linux/hyprland.nix index c2c78053..93e028f2 100644 --- a/linux/hyprland.nix +++ b/linux/hyprland.nix @@ -35,7 +35,7 @@ # ",highrr,auto,1" "${device.monitors.primary}, 2560x1440@360, 0x0, 1, transform, 0" "${device.monitors.secondary}, 2560x1440@170, -1440x-1120,1, transform, 1" - "${device.monitors.tertiary}, 2560x1440@170, 2560x-800,1, transform, 3" + "${device.monitors.tertiary}, 2560x1440@170, 2560x-1120,1, transform, 3" "Unknown-1,disable" ]; diff --git a/nixos/ryu/configuration.nix b/nixos/ryu/configuration.nix index 6d448055..dafb02af 100644 --- a/nixos/ryu/configuration.nix +++ b/nixos/ryu/configuration.nix @@ -47,7 +47,7 @@ auto-optimise-store = true; extra-experimental-features = "nix-command flakes auto-allocate-uids"; trusted-users = ["root" "servius"]; - substituters = ["https://sh.darksailor.dev"]; + #substituters = ["https://sh.darksailor.dev"]; trusted-public-keys = ["mirai:bcVPoFGBZ0i7JAKMXIqLj2GY3CulLC4kP7rQyqes1RM="]; }; extraOptions = '' @@ -73,6 +73,13 @@ distributedBuilds = true; }; + users.users.servius = { + isNormalUser = true; + description = "Uttarayan"; + extraGroups = ["networkmanager" "wheel" "audio" "i2c"]; + }; + users.groups.i2c = {}; + services = { tailscale = { enable = true; diff --git a/nixos/ryu/ryu.nix b/nixos/ryu/ryu.nix index 0436c64e..2f8e864b 100644 --- a/nixos/ryu/ryu.nix +++ b/nixos/ryu/ryu.nix @@ -73,12 +73,6 @@ KERNEL=="i2c-[0-9]*", GROUP="i2c", MODE="0660" ''; - users.users.servius = { - isNormalUser = true; - description = "Uttarayan"; - extraGroups = ["networkmanager" "wheel" "audio" "i2c"]; - }; - fileSystems."/" = { device = "/dev/disk/by-uuid/11d8beef-2a63-4231-af35-b9b8d3a17e9b"; fsType = "ext4";