mirror of
https://github.com/Nickiel12/nicks-nix-config.git
synced 2024-11-22 12:49:32 -08:00
fixed type
This commit is contained in:
parent
c0a929362c
commit
d5559cf38b
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@
|
|||
inherit inputs nixpkgs home-manager user kmonad ;
|
||||
|
||||
# Home server
|
||||
Alaska = lib.nixossystem {
|
||||
Alaska = lib.nixosSystem {
|
||||
inherit system;
|
||||
specialArgs = { inherit user; };
|
||||
|
||||
|
|
Loading…
Reference in a new issue