Skip to content

Commit

Permalink
remove sudo from jakhongir and sardor and change disk labels
Browse files Browse the repository at this point in the history
  • Loading branch information
orzklv committed Aug 28, 2024
1 parent 9c03f1f commit d16a03d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion modules/nixos/users/jakhongir.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
openssh.authorizedKeys.keys = [
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPv6diUR/ACrAaO5ILnPYqbj+wqZIUZTYKr0ccVnftfs jony@jonys-arch"
];
extraGroups = [ "networkmanager" "wheel" "docker" "admins" ];
extraGroups = [ "docker" "admins" ];
};
};

Expand Down
2 changes: 1 addition & 1 deletion modules/nixos/users/sardor.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
openssh.authorizedKeys.keys = [
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIATIYPqUdcP64tufjGii7LNncg5N2AzX7fj4JH3Vtdq2 [email protected]"
];
extraGroups = [ "networkmanager" "wheel" "docker" "admins" ];
extraGroups = [ "docker" "admins" ];
};
};

Expand Down
6 changes: 3 additions & 3 deletions nixos/kolyma-3/hardware-configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21,18 +21,18 @@
};

fileSystems."/" = {
device = "/dev/disk/by-uuid/cfa68e38-a4dd-401f-9794-224a4e1dfd08";
device = "/dev/disk/by-uuid/a5ccf292-63ec-4104-a57d-6ac4d497f3ff";
fsType = "ext4";
};

fileSystems."/boot" = {
device = "/dev/disk/by-uuid/1B12-CEDF";
device = "/dev/disk/by-uuid/86D4-469D";
fsType = "vfat";
options = [ "fmask=0022" "dmask=0022" ];
};

swapDevices = [
{ device = "/dev/disk/by-uuid/1e7187bf-7374-41d6-bf0d-4c38a51e02bd"; }
{ device = "/dev/disk/by-uuid/4320a760-6776-4071-a75e-77d3be13be35"; }
];

network = {
Expand Down

0 comments on commit d16a03d

Please sign in to comment.