mirror of
https://github.com/Moe1369/nix-fleet.git
synced 2026-04-24 23:59:07 +02:00
remove user
This commit is contained in:
@@ -1,14 +1,14 @@
|
|||||||
{ inputs, ... }:
|
{ inputs, ... }:
|
||||||
let
|
let
|
||||||
system = "x86_64-linux";
|
system = "x86_64-linux";
|
||||||
user = "mo";
|
# user = "mo";
|
||||||
host = "computer-mo";
|
host = "computer-mo";
|
||||||
|
|
||||||
mkHost = inputs.self.lib.mkHost;
|
mkHost = inputs.self.lib.mkHost;
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
flake.nixosConfigurations.${host} = mkHost {
|
flake.nixosConfigurations.${host} = mkHost {
|
||||||
inherit system user host;
|
inherit system host;
|
||||||
extraModules = [ inputs.self.nixosModules.${host} ];
|
extraModules = [ inputs.self.nixosModules.${host} ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user