Skip to content

Commit

Permalink
chore: deprecate workstations
Browse files Browse the repository at this point in the history
  • Loading branch information
truxnell committed Dec 17, 2024
1 parent 71975fc commit f43ea68
Showing 1 changed file with 39 additions and 39 deletions.
78 changes: 39 additions & 39 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -144,39 +144,39 @@
in
rec {

"rickenbacker" = mkNixosConfig {
# NixOS laptop (dualboot windows, dunno why i kept it)
hostname = "rickenbacker";
system = "x86_64-linux";
hardwareModules = [
./nixos/profiles/hw-thinkpad-e14-amd.nix
inputs.nixos-hardware.nixosModules.lenovo-thinkpad-e14-amd
];
profileModules = [
./nixos/profiles/role-worstation.nix
./nixos/profiles/role-dev.nix
{ home-manager.users.truxnell = ./nixos/home/truxnell/workstation.nix; }
# "rickenbacker" = mkNixosConfig {
# # NixOS laptop (dualboot windows, dunno why i kept it)
# hostname = "rickenbacker";
# system = "x86_64-linux";
# hardwareModules = [
# ./nixos/profiles/hw-thinkpad-e14-amd.nix
# inputs.nixos-hardware.nixosModules.lenovo-thinkpad-e14-amd
# ];
# profileModules = [
# ./nixos/profiles/role-worstation.nix
# ./nixos/profiles/role-dev.nix
# { home-manager.users.truxnell = ./nixos/home/truxnell/workstation.nix; }


];
};
# ];
# };

"citadel" = mkNixosConfig {
# Gaming PC (dualboot windows)
# "citadel" = mkNixosConfig {
# # Gaming PC (dualboot windows)

hostname = "citadel";
system = "x86_64-linux";
hardwareModules = [
./nixos/profiles/hw-gaming-desktop.nix
];
profileModules = [
./nixos/profiles/role-worstation.nix
./nixos/profiles/role-dev.nix
{ home-manager.users.truxnell = ./nixos/home/truxnell/workstation.nix; }
# hostname = "citadel";
# system = "x86_64-linux";
# hardwareModules = [
# ./nixos/profiles/hw-gaming-desktop.nix
# ];
# profileModules = [
# ./nixos/profiles/role-worstation.nix
# ./nixos/profiles/role-dev.nix
# { home-manager.users.truxnell = ./nixos/home/truxnell/workstation.nix; }

];
# ];

};
# };

# "dns01" = mkNixosConfig {
# # Rpi for DNS and misc services
Expand Down Expand Up @@ -253,19 +253,19 @@
];
};

"playsatan" = mkNixosConfig {
# nuci5 tv streaming
# "playsatan" = mkNixosConfig {
# # nuci5 tv streaming

hostname = "playsatan";
system = "x86_64-linux";
hardwareModules = [
./nixos/profiles/hw-generic-x86.nix
];
profileModules = [
./nixos/profiles/role-server.nix
{ home-manager.users.truxnell = ./nixos/home/truxnell/server.nix; }
];
};
# hostname = "playsatan";
# system = "x86_64-linux";
# hardwareModules = [
# ./nixos/profiles/hw-generic-x86.nix
# ];
# profileModules = [
# ./nixos/profiles/role-server.nix
# { home-manager.users.truxnell = ./nixos/home/truxnell/server.nix; }
# ];
# };



Expand Down

0 comments on commit f43ea68

Please sign in to comment.