mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 04:58:01 +00:00
nixos/profiles/desktop: make the configuration easily retrievable
This commit is contained in:
parent
22e3a09243
commit
843310e8b8
@ -95,14 +95,6 @@
|
|||||||
defaultNixConf
|
defaultNixConf
|
||||||
../../modules/nixos/profiles/generic.nix
|
../../modules/nixos/profiles/generic.nix
|
||||||
../../modules/nixos/profiles/nix-conf.nix
|
../../modules/nixos/profiles/nix-conf.nix
|
||||||
|
|
||||||
# The NixOS module that came from flake-parts.
|
|
||||||
({ config, lib, ... }: {
|
|
||||||
# Set the NixOS system at the time of evaluation for convenience. Take
|
|
||||||
# note, we assume that you develop your NixOS configuration somewhere
|
|
||||||
# not in `/etc/nixos`.
|
|
||||||
environment.etc.nixos.source = inputs.self;
|
|
||||||
})
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -7,4 +7,7 @@
|
|||||||
./audio.nix
|
./audio.nix
|
||||||
./hardware.nix
|
./hardware.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
|
# We'll just have the configuration stored as a backup.
|
||||||
|
environment.etc.nixos.source = ../../../../..;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user