Remove commented `system/groups.nix` import from `flake.nix`

This commit is contained in:
Whovian NTSN 2024-06-10 21:19:37 -04:00
parent 9d6e564216
commit ac94275b93
1 changed files with 4 additions and 3 deletions

View File

@ -89,7 +89,6 @@
}; };
inherit (import ./system/sshKeys.nix) mySSHKeys; inherit (import ./system/sshKeys.nix) mySSHKeys;
# inherit (import ./system/groups.nix) myWslGroups myHardwareGroups;
myOptions = { lib, ... }: { myOptions = { lib, ... }: {
options = { options = {
@ -123,7 +122,8 @@
./system/nixos-wsl/configuration.nix ./system/nixos-wsl/configuration.nix
./system/dotnet_os_codename-workaround.nix ./system/dotnet_os_codename-workaround.nix
# Source of this fix file is # Source of this fix file is
# https://github.com/nazarewk-iac/nix-configs/blob/main/modules/ascii-workaround.nix # https://github.com/nazarewk-iac/nix-configs
# /modules/ascii-workaround.nix
./system/nix_lix.nix ./system/nix_lix.nix
./system/users.nix ./system/users.nix
nixos-wsl.nixosModules.wsl nixos-wsl.nixosModules.wsl
@ -155,7 +155,8 @@
}; };
}; };
# Optionally, use home-manager.extraSpecialArgs to pass arguments to home.nix # Optionally, use home-manager.extraSpecialArgs to pass arguments
# to home.nix
extraSpecialArgs = { extraSpecialArgs = {
system = "x86_64-linux"; system = "x86_64-linux";
inherit xil; inherit xil;