mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-02-23 04:32:32 -05:00
Rename some stuff
This commit is contained in:
parent
5bbd203d45
commit
2026c5b6e8
11 changed files with 25 additions and 71 deletions
|
|
@ -1,8 +1,7 @@
|
|||
{config, ...}: {
|
||||
imports = [
|
||||
./crow
|
||||
./vault
|
||||
./ha
|
||||
./overseer
|
||||
];
|
||||
|
||||
config.home-manager = {
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
{ lib, config, ...}: {
|
||||
config.users.users.ha = lib.mkIf config.users.ha.enable {
|
||||
config.users.users.overseer = lib.mkIf config.users.overseer.enable {
|
||||
isNormalUser = true;
|
||||
initialPassword = "changeme";
|
||||
extraGroups = [ "wheel" "libvirtd" ];
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
{lib, config, ...}: {
|
||||
imports = [
|
||||
./user.nix
|
||||
];
|
||||
}
|
||||
|
|
@ -1,7 +0,0 @@
|
|||
{ lib, config, ...}: {
|
||||
config.users.users.vault = lib.mkIf config.users.vault.enable {
|
||||
isNormalUser = true;
|
||||
initialPassword = "changeme";
|
||||
extraGroups = [];
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue