aboutsummaryrefslogtreecommitdiff
path: root/roots/uwu.nix
diff options
context:
space:
mode:
authorKaiden Fey <kookie@spacekookie.de>2020-09-21 15:24:07 +0200
committerKatharina Fey <kookie@spacekookie.de>2020-09-21 15:24:07 +0200
commit41f17e23e5518f366a1750131efbfab4370cad08 (patch)
treeed1aebeedc17f3021b74ae41570725517d78f2ec /roots/uwu.nix
parentf80843dd45d7acd563d0a5b014cec3a2ea686fc2 (diff)
parent651956fe613dbbe5dd160dab66fc4f18fc753f20 (diff)
Merge branch 'master' of git.spacekookie.de:git/libkookie into master
Diffstat (limited to 'roots/uwu.nix')
-rw-r--r--roots/uwu.nix8
1 files changed, 7 insertions, 1 deletions
diff --git a/roots/uwu.nix b/roots/uwu.nix
index d41634ca9e3..d53b6a66e48 100644
--- a/roots/uwu.nix
+++ b/roots/uwu.nix
@@ -13,11 +13,12 @@
{
nixpkgs.config.allowUnfree = true;
-
+
imports = [
<home-manager/nixos>
../modules/nix
../modules/base
+ ../modules/docker
../modules/workstation
../modules/workstation/hardware/trackpoint
];
@@ -40,6 +41,8 @@
boot.tmpOnTmpfs = true;
boot.supportedFilesystems = [ "zfs" "exfat" ];
+ services.zfs.autoSnapshot.enable = true;
+
fileSystems."/" = {
device = "zroot";
fsType = "zfs";
@@ -63,6 +66,9 @@
nix.maxJobs = lib.mkDefault 4;
powerManagement.cpuFreqGovernor = lib.mkDefault "powersave";
+ services.mullvad.enable = true;
+ programs.java.enable = true;
+
# owo
networking.hostName = "uwu";
networking.hostId = "a82ecf29";