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, ... }:
|
||||
let
|
||||
system = "x86_64-linux";
|
||||
user = "mo";
|
||||
# user = "mo";
|
||||
host = "computer-mo";
|
||||
|
||||
mkHost = inputs.self.lib.mkHost;
|
||||
in
|
||||
{
|
||||
flake.nixosConfigurations.${host} = mkHost {
|
||||
inherit system user host;
|
||||
inherit system host;
|
||||
extraModules = [ inputs.self.nixosModules.${host} ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user