flake: formatting
This commit is contained in:
parent
b0572534d9
commit
a705681094
1 changed files with 12 additions and 24 deletions
22
flake.nix
22
flake.nix
|
@ -19,25 +19,13 @@
|
|||
builders = import ./lib/builders.nix inputs;
|
||||
in
|
||||
{
|
||||
nixosConfigurations =
|
||||
builders.compileSystems
|
||||
[
|
||||
{
|
||||
hostname = "snowhawk";
|
||||
}
|
||||
nixosConfigurations = builders.compileSystems [
|
||||
{ hostname = "snowhawk"; }
|
||||
];
|
||||
|
||||
homeConfigurations =
|
||||
builders.compileHomes
|
||||
[
|
||||
{
|
||||
user = "zynh";
|
||||
hostname = "msiserver";
|
||||
}
|
||||
{
|
||||
user = "val";
|
||||
hostname = "caveserver";
|
||||
}
|
||||
homeConfigurations = builders.compileHomes [
|
||||
{ user = "zynh"; hostname = "msiserver"; }
|
||||
{ user = "val"; hostname = "caveserver"; }
|
||||
{
|
||||
user = "zynh";
|
||||
hostname = "little-lightning";
|
||||
|
|
Loading…
Reference in a new issue