aboutsummaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--system/disks/default.nix2
-rw-r--r--system/disks/fstrim.nix2
-rw-r--r--system/hardware/default.nix2
-rw-r--r--system/libvirtd/default.nix1
-rw-r--r--system/locale/default.nix1
-rw-r--r--system/network/default.nix1
-rw-r--r--system/nixpkgs/default.nix1
-rw-r--r--system/options/default.nix1
-rw-r--r--system/services/backup/default.nix1
-rw-r--r--system/services/dconf/default.nix1
-rw-r--r--system/services/nix/default.nix1
-rw-r--r--system/services/printing/default.nix1
-rw-r--r--system/services/scanning/default.nix1
-rw-r--r--system/services/serverphone/default.nix2
-rw-r--r--system/services/snapper/default.nix1
-rw-r--r--system/services/steam/default.nix1
-rw-r--r--system/services/swaylock/default.nix1
-rw-r--r--system/services/xdg/default.nix1
-rw-r--r--system/tempfiles/default.nix1
-rw-r--r--system/users/default.nix1
20 files changed, 0 insertions, 24 deletions
diff --git a/system/disks/default.nix b/system/disks/default.nix
index f2884108..71a43667 100644
--- a/system/disks/default.nix
+++ b/system/disks/default.nix
@@ -125,5 +125,3 @@ in {
];
};
}
-# vim: ts=2
-
diff --git a/system/disks/fstrim.nix b/system/disks/fstrim.nix
index 6a8da5be..6daeb65e 100644
--- a/system/disks/fstrim.nix
+++ b/system/disks/fstrim.nix
@@ -40,5 +40,3 @@
};
};
}
-# vim: ts=2
-
diff --git a/system/hardware/default.nix b/system/hardware/default.nix
index ca3c4a71..77d3d3f0 100644
--- a/system/hardware/default.nix
+++ b/system/hardware/default.nix
@@ -44,5 +44,3 @@
SYMLINK+="stm32_dfu"
'';
}
-# vim: ts=2
-
diff --git a/system/libvirtd/default.nix b/system/libvirtd/default.nix
index 498131ef..52366349 100644
--- a/system/libvirtd/default.nix
+++ b/system/libvirtd/default.nix
@@ -1,4 +1,3 @@
-# vim: ts=2
{pkgs, ...}: {
virtualisation = {
spiceUSBRedirection.enable = true; # TODO this allows usb access to any user, which shouldn't be that bad
diff --git a/system/locale/default.nix b/system/locale/default.nix
index 64aeae0e..1e7786cc 100644
--- a/system/locale/default.nix
+++ b/system/locale/default.nix
@@ -1,4 +1,3 @@
-# vim: ts=2
{
config,
lib,
diff --git a/system/network/default.nix b/system/network/default.nix
index 2a68d7ce..9c570f3b 100644
--- a/system/network/default.nix
+++ b/system/network/default.nix
@@ -1,4 +1,3 @@
-# vim: ts=2
{
config,
lib,
diff --git a/system/nixpkgs/default.nix b/system/nixpkgs/default.nix
index 49c06444..1e371e53 100644
--- a/system/nixpkgs/default.nix
+++ b/system/nixpkgs/default.nix
@@ -1,4 +1,3 @@
-# vim: ts=2
{
lib,
system,
diff --git a/system/options/default.nix b/system/options/default.nix
index cbbce6e9..13861199 100644
--- a/system/options/default.nix
+++ b/system/options/default.nix
@@ -1,4 +1,3 @@
-# vim: ts=2
{
lib,
config,
diff --git a/system/services/backup/default.nix b/system/services/backup/default.nix
index 170fecba..8e80397d 100644
--- a/system/services/backup/default.nix
+++ b/system/services/backup/default.nix
@@ -1,4 +1,3 @@
-# vim: ts=2
{
lib,
sysLib,
diff --git a/system/services/dconf/default.nix b/system/services/dconf/default.nix
index f593ff54..db35208e 100644
--- a/system/services/dconf/default.nix
+++ b/system/services/dconf/default.nix
@@ -1,4 +1,3 @@
-# vim: ts=2
{
config,
lib,
diff --git a/system/services/nix/default.nix b/system/services/nix/default.nix
index 8b078106..1477be1b 100644
--- a/system/services/nix/default.nix
+++ b/system/services/nix/default.nix
@@ -1,4 +1,3 @@
-# vim: ts=2
{
config,
lib,
diff --git a/system/services/printing/default.nix b/system/services/printing/default.nix
index 8cfbdc72..7b8a871e 100644
--- a/system/services/printing/default.nix
+++ b/system/services/printing/default.nix
@@ -1,4 +1,3 @@
-# vim: ts=2
{pkgs, ...}: {
services.avahi = {
enable = true;
diff --git a/system/services/scanning/default.nix b/system/services/scanning/default.nix
index 27e7ccbb..6621e08f 100644
--- a/system/services/scanning/default.nix
+++ b/system/services/scanning/default.nix
@@ -1,4 +1,3 @@
-# vim: ts=2
{pkgs, ...}: {
hardware = {
sane = {
diff --git a/system/services/serverphone/default.nix b/system/services/serverphone/default.nix
index 145accf7..d07d3809 100644
--- a/system/services/serverphone/default.nix
+++ b/system/services/serverphone/default.nix
@@ -40,5 +40,3 @@
members = ["serverphone"];
};
}
-# vim: ts=2
-
diff --git a/system/services/snapper/default.nix b/system/services/snapper/default.nix
index 87456f30..41e4b381 100644
--- a/system/services/snapper/default.nix
+++ b/system/services/snapper/default.nix
@@ -1,4 +1,3 @@
-# vim: ts=2
{...}: {
services.snapper = {
configs = {
diff --git a/system/services/steam/default.nix b/system/services/steam/default.nix
index d4c4be63..53a7d214 100644
--- a/system/services/steam/default.nix
+++ b/system/services/steam/default.nix
@@ -1,4 +1,3 @@
-# vim: ts=2
{
lib,
config,
diff --git a/system/services/swaylock/default.nix b/system/services/swaylock/default.nix
index 1d652c66..6cbcef28 100644
--- a/system/services/swaylock/default.nix
+++ b/system/services/swaylock/default.nix
@@ -1,4 +1,3 @@
-# vim: ts=2
{...}: {
# otherwise swaylock can't access the user password.
security.pam.services.swaylock = {};
diff --git a/system/services/xdg/default.nix b/system/services/xdg/default.nix
index 3b0233a2..bb29d20c 100644
--- a/system/services/xdg/default.nix
+++ b/system/services/xdg/default.nix
@@ -1,4 +1,3 @@
-# vim: ts=2
{pkgs, ...}: {
xdg = {
portal = {
diff --git a/system/tempfiles/default.nix b/system/tempfiles/default.nix
index f94ddcee..9e83fa34 100644
--- a/system/tempfiles/default.nix
+++ b/system/tempfiles/default.nix
@@ -1,4 +1,3 @@
-# vim: ts=2
{config, ...}: {
systemd.tmpfiles.rules = [
# this file is needed to trash stuff on the temp fs
diff --git a/system/users/default.nix b/system/users/default.nix
index 2aa67ac3..3d0a693a 100644
--- a/system/users/default.nix
+++ b/system/users/default.nix
@@ -1,4 +1,3 @@
-# vim: ts=2
{
config,
pkgs,