feat: Disable some remote substituters
This commit is contained in:
@@ -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"
|
||||
];
|
||||
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user