chore: clean up nixos configurations
Some checks are pending
Continuous Integration / Checks (push) Waiting to run
Some checks are pending
Continuous Integration / Checks (push) Waiting to run
Consolidate nixpkgs instances into once for all x86 systems
This commit is contained in:
parent
712cca5909
commit
578d4526e5
13 changed files with 92 additions and 161 deletions
|
@ -52,8 +52,6 @@ in
|
|||
age.secrets."${config.networking.hostName}-backup-passphrase-gs".file =
|
||||
"${secretsPath}/${config.networking.hostName}-backup-passphrase-gs.age";
|
||||
|
||||
nixpkgs.config.android_sdk.accept_license = true;
|
||||
|
||||
programs.ssh.startAgent = true;
|
||||
|
||||
nix.extraOptions = ''
|
||||
|
@ -85,7 +83,7 @@ in
|
|||
networking.hostName = "gorgon";
|
||||
|
||||
dadada = {
|
||||
steam.enable = true;
|
||||
steam.enable = false;
|
||||
yubikey.enable = true;
|
||||
};
|
||||
|
||||
|
@ -154,7 +152,6 @@ in
|
|||
#];
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
android-studio
|
||||
ghostscript
|
||||
smartmontools
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue