treewide: rename common modules to settei
This commit is contained in:
parent
c182071080
commit
2bafb42028
11 changed files with 17 additions and 18 deletions
|
@ -15,7 +15,7 @@
|
|||
nixpkgs.system = "aarch64-darwin";
|
||||
|
||||
settei.user.config = {
|
||||
common.desktop.enable = true;
|
||||
settei.desktop.enable = true;
|
||||
home.packages = with pkgs; [
|
||||
utm
|
||||
qemu
|
||||
|
@ -28,7 +28,7 @@
|
|||
};
|
||||
# TODO: Declarative syncthing config
|
||||
};
|
||||
common.incus.enable = true;
|
||||
settei.incus.enable = true;
|
||||
# TODO: Setup podman remote
|
||||
|
||||
system.defaults = {
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
{
|
||||
nixpkgs.system = "aarch64-darwin";
|
||||
|
||||
settei.user.config.common.desktop.enable = true;
|
||||
settei.user.config.settei.desktop.enable = true;
|
||||
|
||||
settei.unfree.allowedPackages = [ "teams" ];
|
||||
environment.systemPackages = with pkgs; [
|
||||
|
|
|
@ -41,7 +41,7 @@
|
|||
age.secrets.niko-pass.file = ../../secrets/legion-niko-pass.age;
|
||||
users.users.${username}.hashedPasswordFile = config.age.secrets.niko-pass.path;
|
||||
|
||||
common.incus.enable = true;
|
||||
settei.incus.enable = true;
|
||||
virtualisation.podman.enable = true;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
nixpkgs.config.allowUnfree = true;
|
||||
|
||||
settei.user.config = {
|
||||
common.desktop.enable = true;
|
||||
settei.desktop.enable = true;
|
||||
home.packages = with pkgs; [
|
||||
brightnessctl
|
||||
dmenu
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
ipv6 = "fd7a:115c:a1e0:ab12:4843:cd96:6276:2a8b";
|
||||
};
|
||||
|
||||
common.incus.enable = true;
|
||||
settei.incus.enable = true;
|
||||
virtualisation.podman.enable = true;
|
||||
|
||||
services.nginx = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue