Compare commits
2 Commits
b117c3e7da
...
bc9c582cd0
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
bc9c582cd0 | ||
|
|
afb35b3abd |
@@ -3,7 +3,7 @@ let
|
|||||||
inherit (inputs.self.lib) mkEnabled enableList;
|
inherit (inputs.self.lib) mkEnabled enableList;
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
stylix.enable = true;
|
# stylix.enable = true;
|
||||||
emacs.enable = true;
|
emacs.enable = true;
|
||||||
enableContainers = true;
|
enableContainers = true;
|
||||||
servers.drpp.enable = true;
|
servers.drpp.enable = true;
|
||||||
|
|||||||
@@ -42,6 +42,11 @@ in
|
|||||||
nix run nixpkgs#nixfmt-tree && \
|
nix run nixpkgs#nixfmt-tree && \
|
||||||
statix fix
|
statix fix
|
||||||
'';
|
'';
|
||||||
|
nix-push-cache = ''
|
||||||
|
nix build $NH_FLAKE#nixosConfigurations.${config.networking.hostName}.config.system.build.toplevel \
|
||||||
|
--print-out-paths --fallback --max-jobs 100 --cores 0 |
|
||||||
|
nix run nixpkgs#attic-client -- push lan:nixos --stdin
|
||||||
|
'';
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user