exp: impermanence on voidspear
This commit is contained in:
parent
306f80a078
commit
c77266c716
4 changed files with 54 additions and 40 deletions
|
|
@ -5,10 +5,11 @@
|
|||
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable/";
|
||||
home-manager.url = "github:nix-community/home-manager";
|
||||
home-manager.inputs.nixpkgs.follows = "nixpkgs";
|
||||
impermanence.url = "github:nix-community/impermanence";
|
||||
};
|
||||
|
||||
outputs =
|
||||
{ self, nixpkgs, home-manager, ... } @ inputs:
|
||||
{ self, nixpkgs, impermanence, home-manager, ... } @ inputs:
|
||||
let
|
||||
system = "x86_64-linux";
|
||||
username = "xory";
|
||||
|
|
@ -17,8 +18,9 @@
|
|||
nixpkgs.lib.nixosSystem {
|
||||
inherit system;
|
||||
modules = [
|
||||
./hosts/${hostName}/configuration.nix
|
||||
./hosts/${hostName}/configuration.nix
|
||||
./hosts/${hostName}/hardware-configuration.nix
|
||||
impermanence.nixosModules.impermanence
|
||||
|
||||
home-manager.nixosModules.home-manager {
|
||||
home-manager.useGlobalPkgs = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue