feat: unify home-pc naming
This commit is contained in:
parent
dfe6dbecf3
commit
b6dbe19a6f
5 changed files with 8 additions and 8 deletions
|
@ -111,12 +111,12 @@
|
|||
|
||||
inherit lib overlays nixosModules homeManagerModules;
|
||||
|
||||
nixosConfigurations.felix-nixos = nixpkgs.lib.nixosSystem {
|
||||
nixosConfigurations.home-pc = nixpkgs.lib.nixosSystem {
|
||||
system = "x86_64-linux";
|
||||
modules = [
|
||||
nixpkgs.nixosModules.notDetected
|
||||
(lib.createSystem "felix-nixos" {
|
||||
hardwareConfig = ./hardware/felix-nixos.nix;
|
||||
(lib.createSystem "home-pc" {
|
||||
hardwareConfig = ./hardware/home-pc.nix;
|
||||
config = ./home-pc.nix;
|
||||
})
|
||||
(lib.createUser "felschr" {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue