mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-12 23:42:56 +00:00
fix: typo in disko config
This commit is contained in:
parent
7a547f99c0
commit
741692e6f1
@ -152,7 +152,7 @@
|
|||||||
darwinConfigurations.lookingglass.config.home-manager.users."Noah.Masur".home;
|
darwinConfigurations.lookingglass.config.home-manager.users."Noah.Masur".home;
|
||||||
};
|
};
|
||||||
|
|
||||||
diskoConfiguration = { swan = import ./hosts/swan/disks.nix { }; };
|
diskoConfigurations = { swan = import ./hosts/swan/disks.nix { }; };
|
||||||
|
|
||||||
# Package servers into images with a generator
|
# Package servers into images with a generator
|
||||||
packages = forAllSystems (system: {
|
packages = forAllSystems (system: {
|
||||||
|
Loading…
Reference in New Issue
Block a user